home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 109
/
Vol 109.iso
/
games
/
steppenw.swf
/
scripts
/
DefineButton2_1115
/
BUTTONCONDACTION on(press).as
next >
Wrap
Text File
|
2008-11-12
|
494b
|
24 lines
on(press){
if(getProperty("Attachement", _Y) < getProperty("AttHaut", _Y) + 10)
{
setProperty("Attachement", _Y, getProperty("Attachement", _Y) + 10);
}
else
{
setProperty("Attachement", _Y, getProperty("AttHaut", _Y));
}
tellTarget("../FlechesRoue")
{
gotoAndStop("Up");
}
set("/Variables:ScrollMail",10);
tellTarget("ScrollAttachement")
{
play();
}
tellTarget("../RoueScroll")
{
play();
}
}